/* ----- delvin code */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}
.active a{
    color: #225086 !important; 
}

header.nav_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
}

.logo {
    width: 140px;
}

.heading-name {
    color: #225086;
    font-size: 50px;
}

.icon-container {
    display: flex;
}

img.icon_social {
    width: 40px;
}

.main_container {
    display: flex;
    margin-top: 40px;
}

.text_nav_div {
    width: 40%;
}

/* ----- delvin code end */

.image {
    width: 50%;
    height: 100%;
}

.full_page_nav #left-button,
.full_page_nav #right-button {
    display: none;
}


.full_page_nav .scroll_nav_item {
    margin: 24px;
}

#elem {
    width: 100%;
    /* padding: 6px 0px; */
    /* padding: 8px; */
    padding: 4px 8px;
    background: rgba(217, 217, 217, 0.24);
    display: flex;
    gap: 8px;
    /* color: #464646; */
    align-items: center;
    justify-content: center;
}

.nav-m-icon {
    display: none;
}

.scroll_nav_item {
    margin: 16px;
}

.scroll_nav_item a {
    text-decoration: none;
    font-weight: 700;
    line-height: 24px;
    /* color: #535353; */
    color: #707070;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

#outer {
    /* width: -webkit-fill-available; */
    overflow: hidden;
    white-space: nowrap;
}

.nav_act_btn {
    display: flex;
    padding: 4px;
}


.title_h1 {
    color: #225086;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 40px;
}

/* ----- delvin code part-2*/

.dr_info {
    /* padding: 12px 0; */
    display: flex;
    gap: 32px 102px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Dr-img {
    width: 100%;
}

/****** end our team ******/
.company-logo {
    width: 40%;
}

.dr_title {
    padding: 16px 0;
    color: #fff;
    word-wrap: break-word;
    text-align: center;
}

p.dr_title_text {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.our_team_card {
    display: flex;
    padding: 8px;
    width: 200px;
    height: 296px;
    word-wrap: break-word;
    background: #225086;
    border: 5px solid #F6F6F6;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

/* ----- delvin code PSSCON-2023*/

.banner_div {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.banner_div img {
    height:50vh;
}

.PSScon_img{
    width: 50%;
}



.pss_section, .psscon_ban_section  {
    height:  fill-available; 
    height: -webkit-fill-available; 
    height: -moz-available;
}

/* ----- delvin code PSSCON-2023 end*/


.paragraph {
    margin: 24px;
    line-height: 1.6;/* ----- delvin line-height code */
    color: #225086;
}

.company-logo {
    size: 10%;
    float: right;
    object-position: 50% 50%;
}

/****** end Header ******/
.footer * {
    /* font-size: 20px; */
    font-weight: 700;
    font-size: 12px;
    color: #225086;
    display: flex;
    align-items: center;
}

.footer {
    display: flex;
    justify-content: space-between;
    background-color: #e4e4e4;
    /* padding: 16px 24px; */
    /* background-color: #d9d9d9; */
    padding: 8px;
}
.Footer_div{
    height:73vh;
}




@media screen and (max-width: 1610px) {

    .full_page_nav #left-button,
    .full_page_nav #right-button {
        display: block;
    }
    /* .banner_div{
        display: flex;
        justify-content: center;
        padding: 40px 0;
    } */
    .PSScon_img{
        width: 50%;
    }
}


@media screen and (max-width: 1100px) {

    .text_nav_div {
        width: 50%;
    }
    /* .banner_div{
        display: flex;
        justify-content: center;
        padding: 40px 0;
    } */
    .PSScon_img{
        width: 80%;
    }
    /* .pss_section {
        
        height: auto;          
    } */


}

/* ----- delvin code part-2 end*/



/****** end ******/

/************* media for mobile ******************************/
/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {

    /****** header ******/

    .icon {
        width: 50%;
    }

    .heading-name {
        font-size: 30px;
    }

    .full_page_nav .scroll_nav_item {
        margin: 16px;
    }

    .icon-link {
        margin-top: 20px;
    }

    .text_nav_div {
        width: 100%;
    }

    .main_container {
        flex-wrap: wrap;
    }


    .footer {
        flex-direction: column;
        align-items: center;
        gap: 8px;

    }

    .dr_title row {
        height: 300px;
    }

    .dr_title {
        width: 100%;

    }

    .company-logo {
        size: 30%;
        float: right;
    }
    .PSScon_img{
        width: 80%;
    }

        .pss_section {
        
            height: auto; 
    
    }


    /****** end our team ******/
}

@media screen and (max-width: 470px) {

    /* #elem {
        background-color: transparent;
    } */

    header.nav_header .icon-container {
        display: none;
    }

    #outer {
        width: -webkit-fill-available;
    }

    .mob_nav_bar .icon-container {
        display: flex !important;
    }

    .mob_nav_bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .toggle-menu {
        width: 34px;
        height: 30px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        padding: 4px;
        /* background-color:#ababab; */
        background-color: #225086;
        border-radius: 5px;
        cursor: pointer;
    }

    .line {
        width: 100%;
        height: 3px;
        border-radius: 5px;
        /* background-color: #225086; */
        background-color: #ffffff;
        transition: transform 0.2s ease-out;
    }


    .toggle .scroll_nav_item {
        margin: 16px 24px;
    }

    .toggle #inner span {
        display: block;
    }

    .toggle {
        background: rgba(217, 217, 217, 0.24) !important;
    }


    .toggle .line1 {
        background-color: #ffffff;
        transform: scale(0.9) rotateZ(-45deg) translate(-5px, 4px);
    }

    .toggle .line2 {
        display: none;
    }

    .toggle .line3 {
        background-color: #ffffff;
        transform: scale(0.9) rotateZ(45deg) translate(-5px, -4px);
    }

    .toggle .toggle-menu {
        /* background-color: #dadada; */
        background-color: #225086;
    }


    .scroll_nav_item {
        display: none;
    }

    #left-button {
        display: none !important;
    }

    #right-button {
        display: none !important;
    }

    .nav-m-icon {
        display: block;
    }
    .PSScon_img{
        width: 80%;
    }

}


/************* end media for mobile ******************************/